Size

Use setSize(width, height) method to resize the control

	input.setSize(80);     // width only
	input.setSize(80, 20); // width and height 

Back to control examples, all examples